Services
Delete a service
Deletes a service by its ID. Only authorized users with ownership rights can delete a service.
delete/services/{serviceId}
Path parameters
serviceIdstring required
The ID of the service to delete.
Response
Service deleted successfully.
Example response
{
"status": "OK",
"code": 200,
"message": "Operation completed successfully."
}