Tutorial Guide > REST Tutorial > Linking and Mapping Procedures to Specific REST Service URLs > Mapping the Studio REST deletePlaydata URLs to Specific REST Services
 
Mapping the Studio REST deletePlaydata URLs to Specific REST Services
Map a specific path for each REST service, being careful about what is passed into each one and how. The following steps show you one possible way to interface your client application with the REST service that you have created.
To map deletePlaydata
1. Open the Studio Web service editor.
2. Select the REST tab.
3. In the Operations portion of the screen, select the deletePlaydata procedure.
4. In the lower portion of the Operations area, double click to select the value of the HTTP/XML endpoint.
5. Copy that endpoint URL into your REST client application development tool.
For testing purposes, you can try the ACTdata Web service insertPlaydata operation using a plug-in from your browser.
Paste the REST URL string into the browser RESTClient.
Make sure that the Method is set to DELETE.
Replace {pk} with 3.
Click SEND.
Type the Studio user name and password for the user with access to the REST service.
6. Finish development of your REST client.
The exact steps depend on the tool you have chosen.