Entities
Delete a relationship between two entities
delete/entities/:entity/relations/:type/:relationFieldOrEntity
Path parameters
entitystring required
Name of the entity whose relationship will be removed
typestring required
Type of relation to remove
relationFieldOrEntitystring required
Field name (for hasMany/BelongsTo or hasOne/belongsTo) or entity name (for hasMany/belongsToMany) implied in the relationship to remove
Response
Success