This endpoint is used to delete strings from a specific workspace. The HTTP DELETE request should be sent to https://api.onesky.app/v1/workspaces/{workspace_id}/strings with a payload containing an array of strings to be deleted.

Request Body

  • strings (array of strings, required): An array containing the strings to be deleted from the workspace.

Response

Upon a successful deletion, the response will include the following key:

  • strings_removed (number): The number of strings successfully removed from the workspace.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!