delete https://api.onesky.app/v1/workspaces//strings/
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
}