Creators
Delete creator account
Remove the connected creator account from the current agency.
DELETE
/v1/agencies/{agencyId}/creators/{creatorId}Remove the connected creator account from the current agency.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/agencies/string/creators/string" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{}'{ "data": { "success": true, "message": "string" }, "meta": { "requestId": "string", "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969", "status": "COMPLETED" }}Update creator account PATCH
Update the supplied creator account fields in Substy. Use update_creator_platform_profile to change public profile fields on the platform.
List creator tagged users GET
List platform accounts tagged or associated with the creator's content. Use the returned identifiers when tagging participants in supported content; continue using nextCursor for more accounts.