Skip to main content

Delete a content type

Log in to add to favourites
DELETE/api/management/projects/{projectId}/contenttypes/{contentTypeId}

Parameters

NameParameter typeTypeDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
contentTypeIdpathstringThe content type identifier.true

Responses

HTTP status codeReasonModel
204Success
401UnauthorizedError
404Project not foundError
404Content type not foundError
500Internal server errorError

Examples

HTTP
1
DELETE: /api/management/projects/movieDb/contenttypes/actor

Still need help?

New support request