DELETE domain/soarecords/{soaRecordId}
Deletes the Start of Authority (SoA) Record for a Domain with the specified SoaRecord
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| soaRecordId | System.String | None |
Body Parameters
Epic.Applications.DNS.SoaRecordModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| SoaRecordID | System.Guid | None | |
| DomainID | System.Guid | None | |
| ResponsiblePerson | System.String | None | |
| Refresh | System.Int32 | None | |
| Retry | System.Int32 | None | |
| Expires | System.Int32 | None | |
| DefaultTtl | System.Int32 | None |
Response Information
Resource Description
None