5.9.3. Delete nsset

A nsset delete command is used to delete an nsset whose status allows it to be deleted.

The nsset delete command is a delete element in the nsset namespace (http://www.nic.cz/xml/epp/nsset-1.2).

The command must be contained in the <delete> command type.

5.9.3.1. Command element structure

The <nsset:delete> element must declare the nsset namespace and schema and it must contain the following child element:

Example
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
   <command>
   <delete>
      <nsset:delete xmlns:nsset="http://www.nic.cz/xml/epp/nsset-1.2"
       xsi:schemaLocation="http://www.nic.cz/xml/epp/nsset-1.2 nsset-1.2.4.xsd">
         <nsset:id>NID-MYNSSET</nsset:id>
      </nsset:delete>
   </delete>
   <clTRID>ripo005#17-05-05at15:21:44</clTRID>
   </command>
</epp>
FRED-client equivalent
> delete_nsset NID-MYNSSET

5.9.3.2. Response element structure

The FRED EPP server responds with a plain result message which does not contain any response data (no <resData>).

See also Success or failure of a command.