ProZ.com global directory of translation services
The translation workplace
Ideas

DELETE: /user-list/:id

Delete a UserList object.

Required authorization scope

When using OAuth2 access tokens, the userlist scope is required to delete an entry. See scopes in the authentication guide for information about how to request this scope of authorization.

Parameters

None.

Example request

Here's an example of deleting an entry using curl:

curl -X DELETE -H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' https://api.proz.com/v2/user-list/43234

Response

On success, a 204 No content HTTP status code will be returned.

On error, a standard error response will be returned.