This HTTP DELETE request is used to remove a specific string from a workspace. The workspace_id and string_id parameters in the URL specify the workspace and the string to be deleted.

No request body is required for this request.

Response

Upon a successful deletion, the response will contain a JSON object with a string_removed key set to true.

Example Response

{
    "string_removed": true
}

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!