Tutorial Guide > REST Tutorial > Linking and Mapping Procedures to Specific REST Service URLs > Linking the deletePlaydata Procedures to an HTTP Verb
 
Linking the deletePlaydata Procedures to an HTTP Verb
This task describes how to link the deletePlaydata procedure to the DELETE HTTP verb to control the removal of data.
To link the deletePlaydata procedures to the DELETE verb
1. Open the ACTdata Web service to which you published your PLAYDATA procedures.
2. Select the REST tab.
3. From the upper part of the Operations section, select the deletePlaydata procedure.
Note: You might need to close and reopen this window for it to appear in the list.
4. In the lower part of the Operations section, select the DELETE verb.
5. Edit the Operation URL so that it reads /playdata.
6. Change the input parameter style to BARE.
7. Save your changes.