Delete company list

Edit company list

patch

Edit a company list

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Path parameters
short_idstringRequired
Body
idstringRead-onlyOptional
short_idstringRead-onlyOptional
namestring · max: 255Optional
sourcestring | nullableOptional
num_optionsstringRead-onlyOptional
Responses
200Success
application/json
patch
v1/company/lists/{short_id}/
Python

Request samples

import requests
response = requests.delete(
    "https://journeys-api.50skills.app/v1/company/lists/{short_id}/",
)
print(response.json())             

Last updated